home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 February / EnigmA AMIGA RUN 15 (1997)(G.R. Edizioni)(IT)[!][issue 1997-02][PLANET CD V].iso / enigma / earcd / comm / comm1 / klrkcmsr.lha / Comment_Disc_protos.h < prev    next >
C/C++ Source or Header  |  1994-12-26  |  358b  |  29 lines

  1. /* Prototypes for functions defined in
  2. Comment_Disc.C
  3.  */
  4.  
  5. void ReadDoorIcon(void);
  6.  
  7. void LoadPrefs(void);
  8.  
  9. int WordCount(char * );
  10.  
  11. ULONG InitIcon(char * );
  12.  
  13. char * FromIcon(char * );
  14.  
  15. void CloseIcon(void);
  16.  
  17. void end(void);
  18.  
  19. void LastCommand(void);
  20.  
  21. void ShowComment(void);
  22.  
  23. ULONG GetFileSize(char * );
  24.  
  25. void SaveNewStats(void);
  26.  
  27. BOOL UserAccess(char * );
  28.  
  29.